home *** CD-ROM | disk | FTP | other *** search
- // Wizard95Dlg.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CWizard95Dlg dialog
- //{{AFX_INCLUDES()
- #include "msess.h"
- #include "mmsg.h"
- #include "mreci.h"
-
- //}}AFX_INCLUDES
-
- class CWizard95Dlg : public CDialog
- {
- // Construction
- public:
- CWizard95Dlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CWizard95Dlg)
- enum { IDD = IDD_WIZARD95_DIALOG };
- CMSess m_Session;
- CMMsg m_Message;
- CMMsg m_ReadMsg;
- CMReci m_Originator;
- //}}AFX_DATA
-
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CWizard95Dlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- HICON m_hIcon;
-
- // Generated message map functions
- //{{AFX_MSG(CWizard95Dlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnWizard();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-